home *** CD-ROM | disk | FTP | other *** search
- property goMarker
- global JUMPER
-
- on getPropertyDescriptionList
- description = [:]
- addProp(description, #goMarker, [#default: 1, #format: #marker, #comment: "go to marker:"])
- return description
- end
-
- on mouseUp me
- JUMPER = goMarker
- go("UP")
- end
-